home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tapct121.zip / TAPECAT.DOC < prev    next >
Text File  |  1993-01-22  |  4KB  |  108 lines

  1.                          Tape Catalogue 
  2.                 Add Files & Find File Versions 1.21
  3.                  (C) 1992 It's Magic! PC Potions
  4.                     9589 West Burgundy Avenue
  5.                     Littleton, Co. 80123-3408
  6.                          (303) 933-3531
  7.  
  8.  
  9. While roaming through the boards the I noticed a 
  10. request posted to CMS for a program that would catalogue the files 
  11. on a backup tape. "Boy could I use that!", I thought to myself. I 
  12. watched the note for a couple of days and noticed that there were no 
  13. answers. 
  14.  
  15. Now, I realize that CMS's software is very capable, but it can be 
  16. confusing and awkward at times. I run two Hard Drives on my system, 
  17. each with 240 megs. Once a week, or so, I perform a total backup of 
  18. both drives with my Jumbo 250. Then, every day, I perform a 
  19. incremental backup in my once-a-day batch file. The CMS software is 
  20. fine when I want to restore a file from the total backup tapes, as each 
  21. contains only one volume each, but the CMS software becomes 
  22. unwieldy when I want to restore a file from the incremental tape. 
  23. Because of the multiple volumes on the tape I have to search through 
  24. practically every volume to located the version of the file I want to 
  25. restore. There has to be an easier way! 
  26.  
  27. The only alternative ,then, was to build my own library file when I 
  28. created each new volume on the incremental tape. DOS has the 
  29. ability to redirect the output from a program into a file. 
  30. My incremental backups are performed from a batch file 
  31. using CMS's TAPE.EXE program. Since TAPE can be configured to 
  32. list the files it is putting into each volume, I should then be able to 
  33. redirect this output into a file. Great! So I added the necessary 
  34. commands to my batch file. Upon inspection I noticed that I was 
  35. getting a lot of extra lines of information in addition to the file names- 
  36. messy. My answer was to write two utility programs; ADDCAT.EXE (Add Files) 
  37. and FINDCAT.EXE (Find File). 
  38.  
  39. ADDCAT.EXE will read the file created by redirecting CMS's TAPE 
  40. program's output, extract the filenames, and write them to a library 
  41. file.
  42.  
  43. FINDCAT.EXE is used to search the library file and restore a selected 
  44. file.
  45.  
  46. Setup is relatively simple. Copy the files ADDCAT.EXE, FINDCAT.EXE, 
  47. TAPELIB.TXT, and TAPECAT.DOC into the same directory as CMS's TAPE.EXE 
  48. resides (usually c:\TAPE). Then modify or create your incremental 
  49. backup batch files. Here's what I do:
  50.  
  51. To perform my incremental backups I have the following lines in my 
  52. daily batch file-
  53.  
  54. CD\TAPE
  55. TAPE BACKUP C:\ /A/-C/J/-K/M/P/-R/S > TEMPTAPE.CAT
  56. ADDCAT
  57. TAPE BACKUP D:\ /A/-C/J/-K/M/P/-R/S > TEMPTAPE.CAT
  58. ADDCAT
  59.  
  60. Your parameters to the TAPE BACKUP command may vary, but be 
  61. sure to include the "/P" parameter. Also, the "> TEMPTAPE.CAT" is 
  62. required by ADDCAT.EXE. As you can see after each volume is 
  63. created ADDLIB is run to update the library file- TAPE.CAT.
  64.  
  65. ADDLIB will only function with versions 2.54 thru 3.03 of CMS's TAPE 
  66. program. Call if you are using another version.
  67.  
  68. To restore a program from the incremental tape use the FINDCAT.EXE 
  69. program.
  70.  
  71. Attach to the directory in which the files TAPE.EXE, FINDCAT.EXE 
  72. and TAPE.CAT reside. Type FINDCAT at the DOS prompt to run the 
  73. Find File program.
  74.  
  75. These programs are still a bit rough-around-the-edges so, if you have any 
  76. problems please call (303-933-3531) or message me on Prodigy (VGGS51A), 
  77. or CIS 70143,3530.
  78.  
  79. Good Luck!
  80. --------------------------------------------------------------------------
  81. Version 1.1 changes
  82.     Improved error handeling. 
  83.         Added TAPE.EXE 3.01 support.
  84.     Re-zipped to correct corruption in Version 1.0 zip file (sorry).
  85.  
  86. Version 1.2 changes
  87.     Product and File name changes all around
  88.     Added TAPE.EXE 3.03 support
  89.     ADDCAT.EXE will now support drives connected to floppy controller 
  90.      boards and continue to work on systems with CMS's controller boards
  91.     FINDCAT.EXE better path/filename editing, plus view of Finds added.
  92.  
  93. Comming soon:
  94.  
  95. Prettier interface. (Still trying to get to it!)
  96.  
  97. Version 1.21 changes
  98.         Finally got the prettier interface done!
  99.  
  100. ****************************************************************************
  101.  
  102. NEW PRODUCT - NOW AVAILABLE!
  103.  
  104. Tape Librarian System. Catalogues multiple tapes with multiple volumes 
  105. per tape. $39 + $5 S&H.
  106.  
  107.  
  108.